home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPrivateString.h -------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:43 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPrivateString__
- #define __PGetPrivateString__
-
- #include "PHandleQuery.h"
-
- class PGetPrivateString : public PHandleQuery
- {
-
- public:
-
- PGetPrivateString
- ( const char * sDeveloperID,
- const char * sPluginID,
- short cTargetClass,
- unsigned long nTypeFlag,
- unsigned long nTargetID );
-
- short cPlatform;
- const char * sPrivateString;
-
- private:
-
- PGetPrivateString();
- };
-
- #endif
-
- // end of PGetPrivateString.h
-